Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix abstract assignability restriction2 #4205

Merged
merged 5 commits into from
Aug 7, 2015

Conversation

aozgaa
Copy link
Contributor

@aozgaa aozgaa commented Aug 7, 2015

Fixes #4190

reportError(Diagnostics.Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type);
}
return Ternary.False;
result &= abstractSignatureRelatedTo(source, sourceSig, target, targetSig);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you could just make this =

@DanielRosenwasser
Copy link
Member

👍 after feedback

aozgaa pushed a commit that referenced this pull request Aug 7, 2015
…iction2

Fix abstract assignability restriction2
@aozgaa aozgaa merged commit 92f152c into master Aug 7, 2015
@mhegazy mhegazy deleted the fixAbstractAssignabilityRestriction2 branch August 7, 2015 23:26
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants